home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
windownt
/
mdipad.zip
/
MDIPAD.DEF
< prev
next >
Wrap
Text File
|
1993-01-16
|
746b
|
25 lines
; ************************************************************************
;
; Microsoft Developer Support
; Copyright (c) 1992 Microsoft Corporation
;
; **************************************************************************
; MODULE : MdiPad.DEF
; PURPOSE : A Win16/Win32 MdiPad Application Module Definition File
; **************************************************************************
NAME MdiPad
DESCRIPTION 'Microsoft Developer Support MdiPad Application'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 4096
STACKSIZE 8192
EXPORTS
MainWndProc
MdiChildWndProc
AboutDlgProc